home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Complete Mac Interactive / Macworld Complete Mac Interactive CD)(1994).iso / Software / Graphsoft / Arch Demo / Core.sit / MiniCad 5 Demo.rsrc / STR#_7001.txt < prev    next >
Text File  |  1994-04-15  |  262b  |  17 lines

  1. Deselects the object that the handle is connected to.
  2.  
  3. SetDSelect(h : HANDLE);
  4.  
  5. Selects the object that the handle is connected to.
  6.  
  7. SetSelect(h : HANDLE);
  8.  
  9. Selects all objects on active layers.
  10.  
  11. SelectAll;
  12.  
  13. Deselects all objects on active layers.
  14.  
  15. DSelectAll;
  16.  
  17.